GdkRgba: Fix 'loose' typo
authorBastien Nocera <hadess@hadess.net>
Wed, 22 May 2013 15:37:51 +0000 (17:37 +0200)
committerBastien Nocera <hadess@hadess.net>
Thu, 23 May 2013 18:53:30 +0000 (20:53 +0200)
Should be "lose"

https://bugzilla.gnome.org/show_bug.cgi?id=700844

gdk/gdkrgba.c

index 1151c1245d54aea0bd781eafb7fe0814eaf8abcc..918dbb26a764572b377ef74b58e39d570cdd5097 100644 (file)
@@ -352,7 +352,7 @@ gdk_rgba_equal (gconstpointer p1,
  * These string forms are string forms those supported by
  * the CSS3 colors module, and can be parsed by gdk_rgba_parse().
  *
- * Note that this string representation may loose some
+ * Note that this string representation may lose some
  * precision, since r, g and b are represented as 8-bit
  * integers. If this is a concern, you should use a
  * different representation.